GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-07T03:04:30.4165436+00:00",
"SubmitDate": "2026-04-07T03:04:30.4165436+00:00",
"ReportPeriodStart": "2026-04-07T03:04:30.4165436+00:00",
"ReportPeriodEnd": "2026-04-07T03:04:30.4165436+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0cf18f3c-17e0-4e1c-8d08-6e570e987c31",
"Rows": [
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0cf18f3c-17e0-4e1c-8d08-6e570e987c31",
"Rows": [
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"690e8b7a-877f-4d08-bec9-0fb447cd2a00",
"4c2c89c7-b86e-4706-b114-3ca80983e8ab"
],
"Approvers": [
"02eb1238-b7c3-48ab-8f70-db6aad286bc0",
"229978a4-d72f-4cfe-bdf4-394aabc5abe8"
],
"ApprovedBy": "96e79e5b-483c-4871-8cc6-8ecb5e6915b1",
"ApprovalDate": "2026-04-07T03:04:30.4165436+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f5c67409-8b0b-4cc7-9e31-fafd9caad24e",
"id": "841c14ca-72fa-4b3b-bfa2-ee0b57d4b53c",
"ConfigId": "b7dae186-0d5b-4017-819e-9f338627f1ba"
},
{
"GenerationDate": "2026-04-07T03:04:30.4165436+00:00",
"SubmitDate": "2026-04-07T03:04:30.4165436+00:00",
"ReportPeriodStart": "2026-04-07T03:04:30.4165436+00:00",
"ReportPeriodEnd": "2026-04-07T03:04:30.4165436+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0cf18f3c-17e0-4e1c-8d08-6e570e987c31",
"Rows": [
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0cf18f3c-17e0-4e1c-8d08-6e570e987c31",
"Rows": [
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2052076d-a2bc-47f7-add5-4789efe90d1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"690e8b7a-877f-4d08-bec9-0fb447cd2a00",
"4c2c89c7-b86e-4706-b114-3ca80983e8ab"
],
"Approvers": [
"02eb1238-b7c3-48ab-8f70-db6aad286bc0",
"229978a4-d72f-4cfe-bdf4-394aabc5abe8"
],
"ApprovedBy": "96e79e5b-483c-4871-8cc6-8ecb5e6915b1",
"ApprovalDate": "2026-04-07T03:04:30.4165436+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f5c67409-8b0b-4cc7-9e31-fafd9caad24e",
"id": "841c14ca-72fa-4b3b-bfa2-ee0b57d4b53c",
"ConfigId": "b7dae186-0d5b-4017-819e-9f338627f1ba"
}
]